home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Source Code ƒ / MPW C ƒ / Cflowƒ / CFlow.help
Encoding:
Text File  |  1990-06-14  |  408 b   |  11 lines  |  [TEXT/MPS ]

  1. CFLOW [-c [-i]] [-f FileListName] [-p] filename
  2.  
  3. CFLOW is a C language utility program that extracts all function headings in
  4. the source code, and displays them to stdout. All inner function calls may
  5. optionally be shown.
  6.  
  7.  -c switches ON listing of all inner calls
  8.  -f FileListName reads 'FileListName' for filenames to use
  9.  -i indents the FuncCalls by {..} level
  10.  -p Do NOT do page headings between pages.
  11.